NAutoNamedVisualCollection<TVisual> Class Members
In This Topic
The following tables list the members exposed by NAutoNamedVisualCollection<TVisual>.
Public Fields
Protected Fields
| | Name | Description |
 | fErb | |
Top
Public Methods
| | Name | Description |
 | GetNextAutoName | Gets the next auto name for the specified prefix. If prefix is null, the default collection prefix is used. |
 | IsAutoNaming | Gets whether the collection is currently providing automatic names for its children. |
 | ResumeAutoNaming | Resumes the auto naming |
 | SuspendAutoNaming | Suspends the auto naming |
Top
Protected Methods
| | Name | Description |
 | OnChildInserting | Overridden. Called by the hosting collection when a child is inserted |
 | OnChildRemoved | Overridden. Called when a child node has been removed. |
Top
See Also